home *** CD-ROM | disk | FTP | other *** search
- if(_root.globalvars.gamemode == "1-player")
- {
- if(_root.counter.goalleftcounter < _root.counter.goalrightcounter)
- {
- gotoAndStop("1p_ YouLose");
- }
- if(_root.counter.goalrightcounter < _root.counter.goalleftcounter)
- {
- gotoAndStop("1p_ YouWin");
- }
- }
- if(_root.globalvars.gamemode == "2-player")
- {
- if(_root.counter.goalleftcounter < _root.counter.goalrightcounter)
- {
- gotoAndStop("2p - 1p Wins");
- }
- if(_root.counter.goalrightcounter < _root.counter.goalleftcounter)
- {
- gotoAndStop("2p - 2p Wins");
- }
- }
-